Einhugur Word Plugin for Xojo

EinhugurWord.TableCell Class

Class that represents Cell in a Table in Word document..

EinhugurWord.Container
   TableCell

class EinhugurWord.TableCell

Constructors

TableCell (private) Private constructor.

Properties

BackgroundColorSets or gets background color for the cell.
HasBackgroundColorReturns true if Cell has background color, else false.
ItemCount (Inherited) Number of items in the container.
ParagraphCount (Inherited) Returns number of paragraphs in the container.
TableCount (Inherited) Returns number of tables in the container.
VerticalAlignmentSets or gets vertical alignment on the table cell.

Methods

AppendParagraph (Inherited) Appends paragraph at back of the container, creating one run for the string passed in with this method.
AppendParagraph (Inherited) Appends paragraph at back of the container, creating one run for the image data passed in with this method. (This variation of the AppendParagraph is to embed images).
AppendTable (Inherited) Appends table to the back of the container.
ApplyFieldData (Inherited) Applies filed data on the container.
BorderReturns border info object of given type for the table.
ClearBackgroundColorClears background color from the cell.
Item (Inherited) Returns item at given index. (Paragraphs or tables)
Items (Inherited) Returns DocumentItemIterator for the items in the container. This property is for using with for each statements.
Paragraph (Inherited) Gets paragraph at given index.
Paragraphs (Inherited) Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements.
RemoveItem (Inherited) Removes item from the container.
Table (Inherited) Gets table at given index.
Tables (Inherited) Returns TableIterator for the tables in the container. This property is for using with for each statements.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS